You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
230 B
7 lines
230 B
#!/bin/bash
|
|
|
|
# Move configuration for older version
|
|
if [ -r "/usr/share/self-service-password/config.inc.php" ]; then
|
|
mv /usr/share/self-service-password/config.inc.php /usr/share/self-service-password/conf/config.inc.php
|
|
fi
|
|
|