|
@@ -115,6 +115,10 @@ function restore_configfiles {
|
115
|
115
|
temp_restore_dir=/root/tempconfig
|
116
|
116
|
restore_directory_from_friend $temp_restore_dir configfiles
|
117
|
117
|
|
|
118
|
+ if [ -f $temp_restore_dir$NODEJS_INSTALLED_APPS_FILE ]; then
|
|
119
|
+ cp -f $temp_restore_dir$NODEJS_INSTALLED_APPS_FILE $NODEJS_INSTALLED_APPS_FILE
|
|
120
|
+ fi
|
|
121
|
+
|
118
|
122
|
if [ -f $temp_restore_dir/root/${PROJECT_NAME}.cfg ]; then
|
119
|
123
|
cp -f $temp_restore_dir/root/${PROJECT_NAME}.cfg $CONFIGURATION_FILE
|
120
|
124
|
if [ ! "$?" = "0" ]; then
|