We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446def5 commit 7ffcb60Copy full SHA for 7ffcb60
bin/v-restore-user
@@ -241,6 +241,9 @@ if [ "$?" -ne 0 ]; then
241
check_result "$E_NOTEXIST" "Can't create tmp dir"
242
fi
243
244
+# Set default backup source system
245
+backup_system="hestia"
246
+
247
# Restoring user account
248
if [ "$create_user" = 'yes' ]; then
249
echo "-- USER --" |tee $tmpdir/restore.log
@@ -258,8 +261,6 @@ if [ "$create_user" = 'yes' ]; then
258
261
else
259
262
backup_system="vesta"
260
263
- else
- backup_system="hestia"
264
265
266
# Restoring user.conf
@@ -282,8 +283,6 @@ else
282
283
284
285
286
287
288
289
0 commit comments