We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa087a commit 8fffbe1Copy full SHA for 8fffbe1
src/fopus.sh
@@ -18,7 +18,7 @@
18
# along with this program. If not, see <https://www.gnu.org/licenses/>.
19
20
set +o allexport
21
-version=1.5.5
+version=1.6.0
22
23
if [[ "$UID" == 0 ]]; then
24
USER_HOME=$(getent passwd "$SUDO_USER" | cut -d: -f6)
0 commit comments